home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / TSFAQP15.ZIP / FAQPASB.TXT < prev    next >
Internet Message Format  |  1993-08-07  |  7KB

  1. From ts@uwasa.fi Sat Aug 7 00:00:00 1993
  2. Subject: FAQPASB.TXT                          (All rights reserved)
  3.  
  4. FAQPASB.TXT Bibliography of textbooks and references for frequently
  5. asked Turbo Pascal questions with Timo's answers.
  6.  
  7. Note that several of the references below will have later editions
  8. available, as is usual in this kind of literature with frequent
  9. compiler, program, and OS updates.
  10.  
  11. ..................................................................
  12. Prof. Timo Salmi      Co-moderator of comp.archives.msdos.announce
  13. Moderating  at  garbo.uwasa.fi anonymous FTP archives 128.214.87.1
  14. Faculty of Accounting & Industrial Management; University of Vaasa
  15. Internet:  ts@uwasa.fi  Bitnet:  salmi@finfun; FI-65101,   Finland
  16.  
  17. --------------------------------------------------------------------
  18.  
  19. From ts@uwasa.fi Sat Aug 7 00:00:59 1993
  20. Subject: Turbo Pascal Bibliography
  21.  
  22. A. *****
  23.  Q: BIBLIOGRAPHY, text-books:
  24.  
  25. Bielig-Schulz, G. & Schulz, Ch. (1990). 3D Graphics in Pascal. John
  26.   Wiley & Sons Ltd.
  27.  
  28. Brown, Ralf & Kyle, Jim (1991). PC Interrupts, A Programmer's
  29.   Reference to Bios, Dos, and Third-Party Calls. Addison-Wesley
  30.   Publishing Company. Inc.  (This is not a Turbo Pascal text-book,
  31.   but a very useful reference book for advanced Turbo Pascal and
  32.   other programmers. Ralf Brown is the author of the well-known
  33.   garbo.uwasa.fi:/pc/programming/inter*.zip interrupt list. The
  34.   book is based on the list, but the material is arranged by
  35.   subjects instead of chronological interrupt numbers).
  36.  
  37. Cooke, D & Craven, A H & Clarke, G M (1985). Statistical Computing
  38.   in Pascal. Mathematics Division, Edward Arnold Publishers Ltd.
  39.  
  40. Cooper, Doug (1992). Oh! Pascal! for Turbo Pascal 6.0 (3rd. Ed.),
  41.   W.W. Norton & Co, N.Y. (A description from the author: 894 pages,
  42.   16 full color, with 1.2 or 1.44 meg diskette. This edition was
  43.   written directly for TP6.0, and fully covers objects. The emphasis
  44.   is on modification of existing code; many long (100-500) line
  45.   projects, all using graphics, are supplied).
  46.  
  47. Duncan, Ray (1988). Advanced MS-DOS Programming. The Microsoft guide
  48.   for Assembly Language and C programmers. Microsoft Press. (Much
  49.   useful information on interrupts also for Turbo Pascal
  50.   programmers).
  51.  
  52. Dettmann, Terry (1989). Dos Programmer's Reference. Second edition,
  53.   revised by Jim Kyle. Que.
  54.  
  55. Dorfman, Len & Neuberger, Marc J. (1993). Turbo Pascal Memory
  56.   Management Techniques. Mindcreast/McGraw-Hill.
  57.  
  58. Duntemann, Jeff (1989). Complete Turbo Pascal. Third edition. Scott,
  59.   Foresman and Company.
  60.  
  61. Dutton, Frank (1989). Turbo Pascal Toolbox. Second edition. Sybex.
  62.  
  63. Ezzel, Ben (1989). Programming the IBM User Interface Using Turbo
  64.   Pascal. Addison-Wesley.  (Especially well suited for beginning
  65.   interrupt users.)
  66.  
  67. Jamsa, Kris (1988). Dos Power User's Guide. Osborne McGraw-Hill. (In
  68.   a way oldish, but has a very good number of examples of interrupt
  69.   programming mainly in Turbo Pascal.)
  70.  
  71. Jamsa. Kris (1993). Jamsa's 1001 Dos & PC Tips. Osborne &
  72.   McGraw-Hill. (Not any TP, but some useful interrupt and batch
  73.   lore.)
  74.  
  75. Jamsa, Kris & Nameroff, Steven (1987). Turbo Pascal Programmer's
  76.   Library. Borland-Osborne / McGraw-Hill.
  77.  
  78. Jamsa, Kris & Nameroff, Steven (1988). Turbo Pascal Programmer's
  79.   Library. Second edition. Borland-Osborne / McGraw-Hill.
  80.  
  81. Koffman, Eliol B. & Maxim, Bruce (1993). Turbo Pascal; with advanced
  82.   topics. 4th ed. Addison-Wesley. (This is a TP text-book best
  83.   suited for teaching.)
  84.  
  85. Norton, Peter & Wilton, Richard (1988). The New Peter Norton
  86.   Programmer's guide to the IBM PC & PS/2. Microsoft Press. (Much
  87.   useful information on interrupts and their background also for
  88.   Turbo Pascal programmers).
  89.  
  90. O'Brien, Stephen (1988). Turbo Pascal, Advanced Programmer's Guide.
  91.   Borland-Osborne / McGraw-Hill.
  92.  
  93. O'Brien, Stephen (1988). Turbo Pascal, The Complete Reference.
  94.   Borland-Osborne / McGraw-Hill.  (Much useful tricks including
  95.   fast input handling with BlockRead. But some of the codes have
  96.   not been properly updated since TP 3.)
  97.  
  98. O'Brien, Stephen (1989). Turbo Pascal 5.5, The Complete Reference.
  99.   Borland-Osborne / McGraw-Hill.
  100.  
  101. Ohlsen, Chris & Stoker, Gary (1989).  Turbo Pascal Advanced
  102.   Techniques. Que. (Also includes some useful inside tips.)
  103.  
  104. Porter, Kent (1987). Stretching Turbo Pascal. Advanced Programming
  105.   in the MS-DOS Environment. Brady, Prentice Hall.
  106.  
  107. Porter, Kent & Floyd, Mike (1990). Stretching Turbo Pascal. Version
  108.   5.5. Revised Edition. Brady, Prentice Hall. (In my opinion late
  109.   Porter's books are not up to his impressive standards shown in Dr.
  110.   Dobb's Journal.)
  111.  
  112. Press, William & Flannery, Brian & Teukolsky, Saul & Vetterling,
  113.   William (1986). Numerical Recipes. The Art of Scientific
  114.   Computing. Cambridge University Press. (The shareware version of
  115.   the extensive pascal codes of this book are available as
  116.   garbo.uwasa.fi:/pc/turbopas/nrpas13.zip).
  117.  
  118. Rugg, Tom & Feldman, Phil (1989). Turbo Pascal Programmer's Toolkit.
  119.   Que.  (I just hate it when TP text-books use include files which I
  120.   have to hunt high and low throughout the earlier text.)
  121.  
  122. Schildt, Herbert (1988). Advanced Turbo Pascal Version 4.
  123.   Borland-Osborne / McGraw-Hill.
  124.  
  125. Stivison, Douglas (1986). Turbo Pascal Library. Sybex.
  126.  
  127. Swan, Tom (1989). Mastering Turbo Pascal 5.5. Third edition. Hayden
  128.   Books.  (Best as a nice alternative reference of Turbo Pascal
  129.   keywords.)
  130.  
  131. Tischer, Michael (1990). PC System Programming. An in-depth
  132.   reference for the DOS programmer. Third printing. Abacus.
  133.  
  134. Tischer, Michael (1990). Turbo Pascal Internals. Abacus. (Can be
  135.   recommended for a deeper understanding of Turbo Pascal. Not for
  136.   beginners.)
  137.  
  138. Wood, Steve (1989). Using Turbo Pascal 5. Borland-Osborne /
  139.   McGraw-Hill.
  140.  
  141. Yester, Michael (1989). Using Turbo Pascal. Que.  (Useful also as
  142.   an introduction to more advanced usages.)
  143.  
  144.  
  145. BIBLIOGRAPHY, program etc handbooks:
  146.  
  147. 5.0 Turbo Analyst. TurboPower Software (1988).
  148.  
  149. 5.0 Turbo Professional.  TurboPower Software (1988). Later 5.5 Turbo
  150.   Objective? Not to be confused with Borland's Turbo-Assembler-
  151.   Debugger Turbo Professional package.
  152.  
  153. Microsoft MS-DOS User's Guide and User's Reference. Operating System
  154.   Version 3.3. Microsoft Corporation (1987).
  155.  
  156. Turbo Pascal. Numerical Methods Toolbox. Version 4.0. Borland
  157. International, Inc.
  158.  
  159. Turbo Profiler. Version 1.0. User's Guide. Borland International,
  160. Inc. (1990).
  161.